-
1 constructor syntax
в языке C++ правило записи оператора инициализации переменной или объекта. Например, инициализация переменной при её объявлении может выглядеть следующим образом:см. тж. constructorАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > constructor syntax
-
2 syntax
1) синтаксиснабор формальных правил, определяющих построение упорядоченной системы представления информации, например правил записи предложений естественного языка, языка программирования или команд операционной системы, т. е. синтаксис задаёт сочетаемость и порядок следования слов внутри предложения, способы объединения символов для создания правильно построенных предложений языка. Синтаксис языка описывается его грамматикой (grammar), а значение предложения определяется семантикой языка программирования (semantics). Синтаксис должен быть определён до семантики, так как смысловое значение могут иметь только правильно сформированные выражения. Анализ синтаксиса программы и её соответствия синтаксическим правилам языка программирования производится при помощи так называемого парсера (parser). B MPEG video синтаксис спецификации кодирования определяет, каким образом на основе данных и соответствующих инструкций декодер (decoder) создаёт видеоизображениясм. тж. abstract syntax, BNF, concrete syntax, constructor syntax, EBNF, formal grammar, metasyntax, notation, syntax analysis, syntax analyzer, syntax checking, syntax diagram, syntax error, syntax grammar, syntax notation, syntax tree, transfer syntax, unit syntax2) см. syntax ruleАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > syntax
См. также в других словарях:
Constructor (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
JavaScript syntax — This article is part of the JavaScript series. JavaScript JavaScript syntax JavaScript topics This box: view · … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Java syntax — The syntax of the Java programming language is a set of rules that defines how a Java program is written and interpreted. Data structuresAlthough the language has special syntax for them, arrays and strings are not primitive types: they are… … Wikipedia
Copy constructor — A copy constructor is a special constructor in the C++ programming language creating a new object as a copy of an existing object. The first argument of such a constructor is a reference to an object of the same type as is being constructed… … Wikipedia
Boa Constructor — Infobox Software name = Boa Constructor caption = How everything fits together developer = Riaan Booysen latest release version = 0.6.1 beta latest release date = release date|2007|07|05 operating system = Cross platform genre = Integrated… … Wikipedia
PHP syntax and semantics — The syntax of the PHP programming language is the set of rules that defines how a PHP program will be written and interpreted. Overview PHP only parses code within its delimiters. Anything outside its delimiters is sent directly to the output and … Wikipedia
C++0x — is the planned new standard for the C++ programming language. It is intended to replace the existing C++ standard, ISO/IEC 14882, which was published in 1998 and updated in 2003. These predecessors are informally known as C++98 and C++03. The new … Wikipedia
C++11 — C++11, also formerly known as C++0x,[1] is the name of the most recent iteration of the C++ programming language, replacing C++TR1, approved by the ISO as of 12 August 2011.[2] The name is derived from the tradition of naming language versions by … Wikipedia
Quark Framework — CAL Paradigm(s) functional, non strict, modular Appeared in 2004 Designed by Luke Evans, Bo Ilic (Business Objects) Typing discipline static, strong … Wikipedia
Lua (programming language) — Infobox programming language name = Lua paradigm = Multi paradigm: scripting, imperative, functional year = 1993 designer = Roberto Ierusalimschy Waldemar Celes Luiz Henrique de Figueiredo developer = latest release version = 5.1.4 latest release … Wikipedia